Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
code:
1.2 == ''
returns false
code:
1.2 == 'a'
causes exception
Caused by: java.lang.ArithmeticException: Double coercion: (a)
Is it possible to check the right side is a number like string and return false if not?